Micron Document
baubs git

Node / mirrors / respira / commits / 356e850

Commit 356e8501477b6d2dbeba7013d3ee1660c8ac8c09


Parents : e07d6b9
Author : Jan-Henrik Bruhn <jan-henrik.bruhn@offis.de>
Date : 2025-12-17T00:25:21+01:00

ci: allow pull request write for autolabeler

Changes

1 files changed, 5 insertions(+), 1 deletions(-)


Diff

diff --git a/.github/workflows/autolabel.yaml b/.github/workflows/autolabel.yaml
index eabe804..42bfd9d 100644
--- a/.github/workflows/autolabel.yaml
+++ b/.github/workflows/autolabel.yaml
@@ -4,12 +4,16 @@ on:
pull_request:
types: [opened, reopened, synchronize]
+permissions:
+ contents: write
+ pull-requests: write
+
jobs:
autolabel:
name: Autolabel PR
runs-on: ubuntu-latest
steps:
- - name: Draft release
+ - name: Label PR
id: drafter
uses: release-drafter/release-drafter@v6
with:

Served by rngit 1.3.3 - Generated in 0.04s